const unicode.pP

32 uses

	unicode (current package)
		graphic.go#L10: 	pP                 // a punctuation character.
		graphic.go#L115: 		return properties[uint8(r)]&pP != 0
		tables.go#L8989: 	0x21: pP | pp,  // '!'
		tables.go#L8990: 	0x22: pP | pp,  // '"'
		tables.go#L8991: 	0x23: pP | pp,  // '#'
		tables.go#L8993: 	0x25: pP | pp,  // '%'
		tables.go#L8994: 	0x26: pP | pp,  // '&'
		tables.go#L8995: 	0x27: pP | pp,  // '\''
		tables.go#L8996: 	0x28: pP | pp,  // '('
		tables.go#L8997: 	0x29: pP | pp,  // ')'
		tables.go#L8998: 	0x2A: pP | pp,  // '*'
		tables.go#L9000: 	0x2C: pP | pp,  // ','
		tables.go#L9001: 	0x2D: pP | pp,  // '-'
		tables.go#L9002: 	0x2E: pP | pp,  // '.'
		tables.go#L9003: 	0x2F: pP | pp,  // '/'
		tables.go#L9014: 	0x3A: pP | pp,  // ':'
		tables.go#L9015: 	0x3B: pP | pp,  // ';'
		tables.go#L9019: 	0x3F: pP | pp,  // '?'
		tables.go#L9020: 	0x40: pP | pp,  // '@'
		tables.go#L9047: 	0x5B: pP | pp,  // '['
		tables.go#L9048: 	0x5C: pP | pp,  // '\\'
		tables.go#L9049: 	0x5D: pP | pp,  // ']'
		tables.go#L9051: 	0x5F: pP | pp,  // '_'
		tables.go#L9079: 	0x7B: pP | pp,  // '{'
		tables.go#L9081: 	0x7D: pP | pp,  // '}'
		tables.go#L9117: 	0xA1: pP | pp,  // '¡'
		tables.go#L9123: 	0xA7: pP | pp,  // '§'
		tables.go#L9127: 	0xAB: pP | pp,  // '«'
		tables.go#L9138: 	0xB6: pP | pp,  // '¶'
		tables.go#L9139: 	0xB7: pP | pp,  // '·'
		tables.go#L9143: 	0xBB: pP | pp,  // '»'
		tables.go#L9147: 	0xBF: pP | pp,  // '¿'